[INFO] cloning repository https://github.com/jiajunma/rustcox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiajunma/rustcox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiajunma%2Frustcox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiajunma%2Frustcox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef3ca223b07c66a7f3153584f0d334bb233b4ee4
[INFO] fixing jiajunma/rustcox against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiajunma%2Frustcox" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jiajunma/rustcox
[INFO] finished tweaking git repo https://github.com/jiajunma/rustcox
[INFO] tweaked toml for git repo https://github.com/jiajunma/rustcox written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jiajunma/rustcox on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jiajunma/rustcox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9
[INFO] running `Command { std: "docker" "start" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/rustcox-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking rustcox-core v0.1.0 (/opt/rustwide/workdir/crates/rustcox-core)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Migrating crates/rustcox-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]        Fixed crates/rustcox-core/src/parabolic.rs (2 fixes)
[INFO] [stderr]     Checking rustcox-cli v0.1.0 (/opt/rustwide/workdir/crates/rustcox-cli)
[INFO] [stderr]    Migrating crates/rustcox-cli/tests/cli.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]    Migrating crates/rustcox-core/tests/cells_inner_resume.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/cells_streaming.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/relkl_induction.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/examples/extremal_stats.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/relkl_ckpt.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/benches/kl.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/golden_kl.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/examples/dump_cell1.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/golden_basics.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/examples/bruhat_invariance.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/parallel_eq.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/tests/cells_golden.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rustcox-core/examples/tcells_from_cells.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.23s
[INFO] [stderr] crater-edition-check: rustcox-core v0.1.0 (/opt/rustwide/workdir/crates/rustcox-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: rustcox-cli v0.1.0 (/opt/rustwide/workdir/crates/rustcox-cli) updating edition from 2021 to 2024
[INFO] [stderr]     Checking rustcox-core v0.1.0 (/opt/rustwide/workdir/crates/rustcox-core)
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> crates/rustcox-core/src/parabolic.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[error("generator {gen} is out of range for a group of rank {rank}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> crates/rustcox-core/src/parabolic.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[error("generator {gen} is out of range for a group of rank {rank}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustcox-core` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustcox-core` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9", kill_on_drop: false }`
[INFO] [stdout] bff299605967d4557f021174cb3f17dad34ad9d90c76cb8f0f8bf0ece1a9c1b9
